home *** CD-ROM | disk | FTP | other *** search
- on new me
- set the visible of sprite the spriteNum of me to 1
- end
-
- on mouseDown me
- set Nummer to (the spriteNum of me / 3 * 3) + 3
- set the visible of sprite Nummer to 0
- set the visible of sprite (Nummer + 1) to 0
- set the visible of sprite (Nummer + 2) to 0
- set the visible of sprite (the spriteNum of me + 3) to 1
- if (the spriteNum of me mod 3) = 0 then
- set the textFont of member "VisTegn" to "Arial"
- else
- if (the spriteNum of me mod 3) = 1 then
- set the textFont of member "VisTegn" to "Times New Roman"
- else
- set the textFont of member "VisTegn" to "Courier New"
- end if
- end if
- end
-